func runtime.goparkunlock
10 uses
runtime (current package)
mgc.go#L526: goparkunlock(&work.sweepWaiters.lock, waitReasonWaitForGCCycle, traceBlockUntilGCEnds, 1)
mgcmark.go#L652: goparkunlock(&work.assistQueue.lock, waitReasonGCAssistWait, traceBlockGCMarkAssist, 2)
mgcscavenge.go#L425: goparkunlock(&s.lock, waitReasonGCScavengeWait, traceBlockSystemGoroutine, 2)
mgcscavenge.go#L504: goparkunlock(&s.lock, waitReasonSleep, traceBlockSleep, 2)
mgcsweep.go#L280: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
mgcsweep.go#L321: goparkunlock(&sweep.lock, waitReasonGCSweepWait, traceBlockGCSweep, 1)
proc.go#L322: goparkunlock(&forcegc.lock, waitReasonForceGCIdle, traceBlockSystemGoroutine, 1)
proc.go#L403: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
sema.go#L160: goparkunlock(&root.lock, reason, traceBlockSync, 4+skipframes)
sema.go#L527: goparkunlock(&l.lock, waitReasonSyncCondWait, traceBlockCondWait, 3)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |